@charset "utf-8";
/*
 * Author:xtt
 * 2017.03.03
 * 网站公用模块css包
 */
/*图标，尺寸为25px*/
/*.side-down{ display: none !important;}*/
/*.time-line{ display: none !important;}*/
.down-box{ border:0 !important;}
.size25 {
    width: 25px;
    height: 25px;
    display: inline-block;
    *display: inline;
    *zoom:1;
    vertical-align: middle;
    font-size: 14px;
    background-image: url(../images/global_icon.png);
	[;letter-spacing: normal;];
	[;word-spacing: normal;];
}
.size25.icon1 {
    background-position: 0 0;
}
.size25.icon2 {
    background-position: -25px 0;
}
/*ie下友情提示*/
.xdw-tips {
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	min-width: 1180px;
	height: 36px;
	background: #f1fbff;
	font-size: 12px;
	padding: 10px 0;
}
.xdw-tips p{
	color: #1ca9f2;
}
.xdw-tips a{
	color: #fa4f4f;
}
.comm_head {
	width: 100%;
	height: 30px;
	min-width: 1180px;
	line-height: 30px;
	background: #f1f1f1;
	position: relative;
	z-index: 30;
}
/*顶部头部*/
.comm_head {
	width: 100%;
	height: 30px;
	min-width: 1180px;
	line-height: 30px;
	background: #f1f1f1;
	position: relative;
	z-index: 30;
}
.comm_head .fl {
	margin-left: -12px;
}
.comm_head .fl a {
	border-left: 1px solid #d0d0d0;
}
.comm_head .fl a.change-city{border-left: none;padding: 0;}
.comm_head .fl a.change-city:hover{text-decoration: underline;}
.comm_head .fl a>.phone-icon {
	margin-top: -2px;
}
.comm_head li {
	float: left;
}
.comm_head li .cur {
	color: #014b92;
}
.comm_head li .org {
	color: #ff8103;
	font-weight: 600;
}
.comm_head li>a {
	width: auto;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	color: #666;
	padding: 0 12px;
	margin: 8px 0;
}
.comm_head li>label {
	width: auto;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	color: #666;
	padding: 0 12px;
	margin: 8px 0;
	display: block;
}
.comm_head li>label {
	border-left: 1px solid #d0d0d0;
}
.comm_head li>label>big {
	color: #004b92;
	font-size: 16px;
	font-weight: bold;
}
.comm_head li>span {
	width: auto;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	color: #666;
	padding: 0 12px;
	margin: 8px 0;
	display: block;
}
.comm_head li>a:hover {
	/*color: #014b92;*/
}
.comm_head ul>li:first-child a {
	border: 0;
}
.comm_head .fr a {
	border-left: 1px solid #d0d0d0;
}
.comm_head .fr .border0 a,.comm_head .fr web-nav a {
	border: 0;
}
/*头部展开菜单*/
.sub-navigation {
	position: relative;
}
.sub-navigation {
	font-size: 12px;
}
.sub-navigation.active {
	border-left: 1px #d8d8d8 solid;
	border-right: 1px #d8d8d8 solid;
}
.sub-navigation.active>a {
	border: 0;
	margin: 0;
	line-height: 30px;
	display: block;
	height: 30px;
	position: relative;
	top: 1px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.service-nav {
	background: #fff;
	border: 1px #d8d8d8 solid;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: -1px;
	width: 236px;
	min-height: 74px;
	padding: 20px;
	display: none;
}
.service-nav>a {
	float: left;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	background: #f3f3f3;
	color: #676767;
	margin: 6px 10px 7px 0;
}
.service-nav>a:hover {
	color: #fff;
	background: #004b92;
}
.comm_head .service-nav>a {
	border: 0;
}
.service-nav .city-p {
	overflow: hidden;
	font-size: 12px;
	color: #999;
	line-height: 25px;
	margin-bottom: 5px;
}
.service-nav .city-p i {
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	background: url('../images/head_icon.png') 0 -34px;
}
.service-nav .site-map {
	overflow: hidden;
	font-size: 12px;
	color: #999;
	line-height: 25px;
	margin-bottom: 5px;
}
.service-nav .site-map i {
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	background: url('../images/head_icon.png') -18px -30px;
}

/*logo and search css style*/
.logo-search {
    width: 1180px;
    margin: 0 auto;
    padding: 20px 0 25px;
/*    overflow: hidden;*/
    position: relative;
}
.main-logo {
/*    float: left;*/
}

.main-logo a {
    display: block;
    width: 300px;
}

.main-logo img {
    width: 100%;
    display: block;
}
.main-search {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 0;
/*    float: right;*/
    display: block;
    border: 1px #004b92 solid;
    border-radius: 1px;
}
.main-search>input {
    width: 308px;
    line-height: 16px;
    padding: 9px 10px;
}
.main-search>button {
    padding: 0 15px;
    line-height: 34px;
    height: 36px;
    background: #004b92;
    color: #fff;
    font-size: 14px;
}
.main-search>button:hover {
	background: #195d9d;
}
/*main menu css style*/
.menu-box {
    width: 1180px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.side-left {
    position: relative;
    width: 210px;
    margin-right: 10px;
    float: left;
}
.side-left>a {
    display: block;
    padding: 0 18px;
    line-height: 34px;
    background: #004b92;
    color: #fff;
    text-align: left;
}
.side-left>a>span {
	margin-left: 5px;
}

.side-down {
	/*padding: 1px 0 0;*/
    position: absolute;
    height: 420px;
    top: 35px;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    background: url(../images/transparent75.png) repeat;
}
.side-down>li {
	display: block;
}
.side-down>li>a {
	position: relative;
	display: block;
	line-height: 60px;
	padding: 0 25px 0 48px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.side-down>li:hover>a {
	background: #fff;
	color: #333;
}
.side-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 20px;
    width: 20px;
    height: 20px;
    background-image:url(../images/sider_nav.png) ;
}
.side-icon.icon1 {
	background-position: 0 0;
}
.side-icon.icon2 {
	background-position: -20px 0;
}
.side-icon.icon3 {
	background-position: -40px 0;
}
.side-icon.icon4 {
	background-position: -60px 0;
}
.side-icon.icon5 {
	background-position: -80px 0;
}
.side-icon.icon6 {
	background-position: -100px 0;
}
.side-icon.icon7 {
	background-position: -120px 0;
}
.side-down>li>a>.arrows {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 25px;
	display: block;
	width: 5px;
	height: 9px;
	background: url(../images/side_arrow.png);
}
.sub-side {
	position: absolute;
	top: 2px;
	left: 210px;
	min-height: 403px;
	/*bottom: 1px;*/
	width: 700px;
	background: #fff;
	/*border-top: 1px #395eb9 solid;*/
	display: none;
	padding: 0 0 15px 0;
	box-shadow: 10px 2px 20px 1px rgba(0,0,0,.1);
}
.sub-side>li {
	display: block;
	padding: 0 35px 0 30px;
}
.sub-side>li>strong {
	display: block;
	padding: 10px 0 0;
	line-height: 44px;
	border-bottom: 1px #e8e8e8 dashed;
	color: #000;
}
.sub-side-list {
	padding: 8px 0 0;
	margin: 0 -13px;
	overflow: hidden;
}
.sub-side-list>a {
	display: block;
	margin: 0 13px;
	float: left;
	line-height: 30px;
	color: #666;
}
.sub-side-list>a.hot{
	color: #fa4f4f;
}
.sub-side-list>a:hover {
	color: #fa4f4f;
	text-decoration: underline;
}
.side-down>li:hover .sub-side {
	display: block;
}
.menu-main {
	float: left;
}
.menu-main>li {
	display: block;
	margin: 0 10px;
	float: left;
	line-height: 34px;
}
.menu-main>li>a {
	display: block;
	/*padding: 4px 0 0;*/
	font-size: 16px;
	color: #000;
}
.menu-main>li>a:hover {
	color: #2992f6;
}
.menu-main>li.active>a {
	color: #2992f6;
}
.header-tel {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12.5px;
	overflow: hidden;
}
.tel-icon {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../images/tel_icon.png);
}
.tel-icon.icon1 {
	background-position: 0 0;
}
.tel-icon.icon2 {
	background-position: -25px 0;
}
.header-tel b {
	line-height: 25px;
	font-size: 20px;
	color: #308de5;
	margin-left: 5px;
}
/*footer css style*/
/*友情链接*/
.friend-link {
	width: 1180px;
	margin: 0 auto;
	padding: 30px 0 20px;
	overflow: hidden;
}
.friend-link>strong {
	font-size: 18px;
	color: #333;
}
.link-list {
	overflow: hidden;
	margin: 15px -20px 0;
}
.link-list>li {
	display: block;
	float: left;
	margin: 5px 0;
	line-height: 14px;
	padding: 0 20px;
	border-left: 1px #ddd solid;
}
.link-list>li>a {
	color: #666;
}
.link-list>li>a:hover {
	color: #2892f5;
}

/*main footer css style*/
.main-footer {
    background: #f5f5f5;
    min-width: 1180px;
    padding: 15px 0 0;
}
.footer-sub {
	width: 1180px;
	margin: 0 auto;
}
.footer-p {
	color: #333;
}

.footer-sub-list {
	padding: 8px 0 0;
    font-size: 12px;
    margin: 0 -10px;
}
.footer-sub-list>li {
    display: inline;
    margin: 0 10px;
    line-height: 25px;
    white-space: nowrap;
}
.footer-sub-list>li>a {
    display: inline;
    color: #666;
}
.footer-sub-list>li>a:hover{
    display: inline;
	color: #2892f5;
}
.footer-sub-main {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
    padding: 20px 0 15px;
}
.footer-module {
	float: left;
	border-right: 1px #e7e7e7 solid;
}
.footer-module.module1 {
	width: 200px;
	padding-right: 25px;
}
.footer-list {
	overflow: hidden;
	margin: 0 -11px;
}
.footer-list>li {
	display: block;
	float: left;
	padding: 0 11px;
	margin: 9px 0;
	border-left: 1px #b8b8b8 solid;
	line-height: 12px;
	font-size: 12px;
}
.footer-list>li>a {
	color: #666;
}
.footer-list>li>a:hover {
	color: #2892f5;
}
.footer-module.module2 {
	padding: 0 20px 0 30px;
	width: 516px;
}
.footer-module2-box {
	font-size: 12px;
	color: #666;
	line-height: 25px;
	padding: 5px 0;
}
.footer-contact {
	float: left;
	padding: 0 0 0 24px;
}
.footer-contact-list {
	overflow: hidden;
}
.footer-contact-list>li {
	display: block;
	margin-right: 35px;
	float: left;
}
.footer-contact .footer-p {
	margin-bottom: 5px;
}
.footer-contact .footer-p+p {
	font-size: 18px;
	color: #666;
}
.footer-contact-list>li.footer-code {
	margin: 0 10px;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.footer-contact-list>li.footer-code p {
	line-height: 30px;
}

.footer-contact-list>li.footer-code img{
	width: 70px;
	height: 70px;
}
.footer-copyRight {
	min-width: 1180px;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 40px;
}

/*公用大banner*/
.global-banner {
	overflow: hidden;
	height: 420px;
	position: relative;
	min-width: 1180px;
}
.global-banner .bd {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	height: 450px;
	color: #000;
	font-size: 20px;
	text-align: center;
}
.global-banner .hd{
	text-align: center;
	position: absolute;
	/*left: 50%;*/
	z-index: 1;
	bottom: 32px;
	width: 100%;
}
.global-banner .hd>ul{
	display: inline-block;
	background: url(../images/transparent50fff.png) repeat;
	padding: 0px 15px;
	border-radius: 10px;
}
.global-banner .hd li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: #7b695c;
	margin: 0 5px;
	font-size: 0;
	cursor: pointer;
	border-radius: 100%;
}
.global-banner .hd li.on{
	background: #fff;
}
.full-time {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
/*2016 12 16 xl 首页城市弹窗start*/
.city-pic-pop{position: fixed;left:0;width: 100%;height: 100%;top: 0;z-index: 31;background-color: rgba(0,0,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);display: none;}
.city-pic-pop-info{position: absolute;background-color: white;width: 600px;left: 50%;margin-left: -300px;top: 50%;}
.pop-info-top{width: 500px;margin: 0 auto;}
.pop-info-top .til{color: #333;font-size: 16px;font-weight: bold;text-align: center;padding: 30px 0;border-bottom: 1px solid #e5e5e5;}
.city-pic-choose{padding: 30px 0 15px;}
.current-place{color: #666;font-size: 14px;}
.current-place .address{color: #004b92;}
.immediately-enter{background-color: #004b92;display: inline-block;*display: inline;*zoom: 1;padding: 4px 15px;color: white;font-size: 12px;border-radius: 2px;}
.city-til{padding: 15px 0;}
.city-pic-choose ul{zoom: 1;width: 520px;}
.city-pic-choose ul:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}
.city-pic-choose ul li{border: 1px solid #004b92;border-radius: 2px;float: left;text-align: center;margin-right: 20px;width: 108px;margin-bottom: 20px;}
.city-pic-choose ul li:hover{background-color: #004b92;}
.city-pic-choose ul li a{color: #004b92; display: block;padding: 7px 0;}
.city-pic-choose ul li:hover a{color: white;}
.pop-info-bottom{width: 600px;background-color: #f5f5f5;padding: 20px 0;text-align: center;}
.pop-info-bottom .til{color: #333;}
.pop-info-bottom .sub-til{color: #999;}

.web-nav .service-nav {
	right: -1px;
	left: inherit;
	width: 355px;
}
/*head icon*/
.head-icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background-image: url("../images/head_icon.png");
	background-repeat: no-repeat;
	margin: 0 3px 0 0;
}
.phone-icon {
	background-position: 2px 0px;
}
a:hover .phone-icon {
	background-position: 2px -14px;
}
.shop-icon {
	background-position: -136px 0px;
}
a:hover .shop-icon {
	background-position: -136px -17px;
}
.wechat-icon {
	background-position: -13px 0px;
}
a:hover .wechat-icon {
	background-position: -13px -14px;
}
.user-icon {
	background-position: -28px 0px;
	height: 14px;
}
a:hover .user-icon {
	background-position: -28px -14px;
}
.webnav-icon {
	background-position: -163px 0px;
}
a:hover .webnav-icon {
	background-position: -163px -18px;
}

/*浮框*/
.fix-box {
	position: fixed;
	top: 50%;
	margin-top: -66px;
	right: 10px;
}
.fix-list {
	border-top: 1px #e0e0e0 solid;
}
.fix-list>li {
	display: block;
	border: 1px #e0e0e0 solid;
	border-top: none;
}
.fix-list>li>a {
	display: block;
	width: 64px;
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding: 12px 0 0;
	text-align: center;
}
.fix-list>li>a:hover {
	color: #1786ef;
}
.fix-icon{
	display: block;
	margin: 0 auto;
	width: 22px;
	height: 22px;
	background-image: url(../images/fix_icon.png);
}
.fix-icon.icon1 {
	background-position: 0 0;
}
.fix-list>li>a:hover .fix-icon.icon1 {
	background-position: 0 -22px;
}
.fix-icon.icon2 {
	background-position: -22px 0;
}
.fix-list>li>a:hover .fix-icon.icon2 {
	background-position: -22px -22px;
}
.fix-icon.icon3 {
	background-position: -44px 0;
}
.fix-list>li>a:hover .fix-icon.icon3 {
	background-position: -44px -22px;
}
.fix-list>li.scan {
	text-align: center;
	position: relative;
	font-size: 12px;
	color: #999;
}
.scan-box {
	display: none;
	position: absolute;
	top: -65px;
	left: -130px;
	padding: 9px 0;
	width: 118px;
	border: 1px #e0e0e0 solid;
	background: #fff;
}
.scan-box>img {
	display: block;
	margin: 0 auto 8px;
	width: 100px;
	height: 100px;
}

.fix-list>li.scan:hover .scan-box  {
	display: block;
}
.fix-list>li.cancle-top {
	display: none;
}
/*老版小顶网搜索 css style*/
.search-form-tab {
	font-size: 0;
}
.search-form-tab>li {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	padding-bottom: 10px;
}
.search-form-tab>li.active a {
	color: #004b92;
}
.search-form-tab>li i {
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 0;
	display: none;
	width: 0;
	height: 0;
	border-left: 4px transparent solid;
	border-right: 4px transparent solid;
	border-bottom: 4px #004b92 solid;
}
.search-form-tab>li.active i {
	display: block;
}
.search-form-box {
	font-size: 0;
	[;letter-spacing: -4px;];
	[;word-spacing: -4px;];
}
.search-form-box>input,
.search-form-box>button {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 14px;
	[;letter-spacing: normal;];
	[;word-spacing: normal;];
}
.search-form-box>input {
	line-height: 16px;
	height: 16px;
	padding: 8px 10px;
	border: 2px #004b92 solid;
	width: 294px;
	border-right: 0;
	/*border-radius: 2px 0 0 2px;*/
}
.search-form-box>button {
	line-height: 34px;
	height: 36px;
	padding: 0 20px 0 15px;
	background: #004b92;
	color: #fff;
	font-size: 16px;
	/*border-radius: 0 2px 2px 0;*/
}
.search-form-box>button:hover{ background: #0066c6;}
.search-form-box span {
	margin-left: 2px;
	position: relative;
	top: -2px;
	white-space: nowrap;
}
.search-form {
	position: absolute;
    top: 50%;
    right: 0;
    margin-top: -35px;
}
